home *** CD-ROM | disk | FTP | other *** search
- /* SizeX.rex */
- /* --------- */
- /* Description: Ask for X axis font size and set it accordingly. No */
- /* validation is done on the value entered , so, be */
- /* careful. */
-
- options results
-
- address 'JCGRAPH'
-
- 'GetTypeValue 20'
- FontSize=result
-
- 'requestnumber Enter X axis font size please. Actual font size is:' FontSize
-
- FontSize=result
-
- if RC == 0 then do
- 'SetTypeValue 20 ' FontSize
- end